home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / util / misc / fwprofscript20.readme < prev    next >
Text File  |  1995-08-16  |  4KB  |  113 lines

  1. Short:    Section/master page script for FW
  2. Author:   ffpecjak@uni-lj.si (Jernej Pecjak)
  3. Uploader: ffpecjak@uni-lj.si (Jernej Pecjak)
  4. Type:     util/rexx
  5.  
  6. This  is  a  Shareware  script  for  fixing  some  bugs  or  maybe   an
  7. unimplemented  features  in  Final  Writer  and  for  adding some other
  8. commands like:
  9.  
  10. Copy section
  11. Move section
  12. Swap section
  13. Master page correct
  14. Master page undo correct
  15. Master page copy/move/swap
  16.  
  17. Version 2.0 is just a bug fix and should work only with FW 4.0. If the
  18. demand is high, I can continue to support FW 1,2,3!
  19.  
  20. This  is  a  shareware  version, but has all the features of the full
  21. version (it is the same in fact).
  22.  
  23. If you use it, please register! 15DEM is not so much, and I wish to
  24. continue it's support. If I have no feedback, I can not work much
  25. longer I am afraid :-(
  26.  
  27.  
  28. ======================================================================
  29.  
  30. WHAT'S NEW IN VERSION 2.0?
  31. --------------------------
  32.  
  33. CHANGE! The name of the script is changed to FWprofScript2_X.lha
  34.  
  35. IMPROVED FEATURE! Script now works with FW 4, but doesn't work with the
  36.          others
  37.  
  38. REMOVED FEATURE! Text click is gone now,  there  is  only  visual  left.
  39.         Using  rexxreqtools  improves  visual so much, that there is no
  40.         need for text option
  41.  
  42. BUG FIX! When using copy and move section there was an error that started
  43.          masterpage part of the script. Sorry for that!
  44.  
  45. BUG FIX! When copying section there was  an  error  so  the  new  section
  46. always had the name NEWSTRING instead of the real name.
  47.  
  48. BUG FIX! If you wanted to copy a section to place just next to it (before
  49.          or after), you couldn't.
  50.  
  51.  
  52. WHAT WAS NEW IN VERSION 1.2?
  53. --------------------------
  54.  
  55.        NEW FEATURE! Yes! Master page bug is finally  AUTOMATIC  fixed!
  56.        You  don't need to worry any longer about left and right master
  57.        pages as long as you run the script  every  time  your  section
  58.        get's  updated  (you  deleted  or  added  some pages). Read the
  59.        documentation carefully of how to use this  function.  Improper
  60.        use will MIX your master pages a lot!!!
  61.  
  62.        IMPROVED FEATURE! Major update on requesters! Program now  uses
  63.        rexxreqtools.library    for   it's   presentation.   You   need
  64.        rexxreqtools.library to use the script!
  65.  
  66.        IMPROVED FEATURE! New click  option!  You  don't
  67.        need  to browse through sections one by one, but
  68.        five at a  time!  Clicking  has  become  a  real
  69.        pleasure now!
  70.  
  71.        BUG FIX! There was again a nasty bug when swapping master pages.
  72.        If  you  swapped  them  on  last  section there were no problem,
  73.        however if you them on any other, it wasn't correct! The bug  is
  74.        now,  I  hope, fixed! BUG FIX! Another bug was present! Pictures
  75.        had save graphics whenever moved (was fixed  for  sections,  but
  76.        was still present for master pages). Fixed now! BUG FIX! Another
  77.        bug when swapping master pages!  It  made  a  temporary  section
  78.        after  the  current  one,  not after the last one, so gfx in the
  79.        following could mix upor dissapear
  80.  
  81.  
  82. WHAT WAS NEW In VERSION 1.1?
  83. ----------------------------
  84.  
  85. NEW FEATURE!  Added commands for working with master pages:
  86.  
  87.        ! Copy from left -> right or right -> left master page
  88.        ! Move from left -> right or right -> left master page
  89.        ! Copy between master pages of two sections
  90.        ! Move between master pages of two sections
  91.        ! Option to delete the destination master page when copying or
  92.          moving
  93.        ! Swap left and right master page (used to correct the `master
  94.          page bug')
  95.  
  96. NEW  FEATURE!   Added  a security requester for saving document before
  97.        making  changes  (this  was  already  done  in  the  evaluation
  98.        version, but not in the registered one)
  99.  
  100. BUG  FIX!   There  was  a nasty bug when adding and removing sections!
  101.        All the imported graphics was changed to SAVE GRAPHICS, even if
  102.        you  had  SAVE LINK enabled.  On large documents this increased
  103.        the  document  size  very much if you used the option SAVE LINK
  104.        (most of us do).  This is now corrected
  105.  
  106. BUG FIX!  Another bug when adding sections.  If you used more than one
  107.        word  or  a word with special characters (., etc.), new section
  108.        wasn't created and the graphics were made wrong
  109.  
  110.  
  111. IMPROVED FEATURE!  Made corrections to this manual.  I hope all of the
  112.        typing errors are also corrected by now :-)
  113.